@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
         url('../fonts/OpenSans-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
         url('../fonts/OpenSans-Semibold.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
         url('../fonts/OpenSans-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBold.woff') format('woff');
}



/* General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

body {
    background-color: #222;
    color: #333;
}

body, ul, li {
    margin: 0;
    padding: 0;
}

.hmed {
    font-size: 1.8em;
}

.stripe-purple{
    border-left: 10px solid #a377d1;
    border-right: 10px solid #a377d1;
}

a {
    color: #ff4f4f;
}

a:hover {
    color: #ffa61f;
}

.lnk {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.highlight-heading{
    color: #fff;
    padding: 4px 8px;
    border-radius: 10px;
    display: block;       
    width: fit-content;   
    margin: 0 auto;       
    text-align: center;    
}


p {
    line-height: 1.75em;
}

.strong{
    font-weight:bold;
}
.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.imgcenter{
    max-width: 100%;
    height: auto;
    display:block;
    margin-left: auto;
    margin-right: auto;
}

.textcenter{
  text-align: center;
}

.lglnk{
    font-size:1.2em;
}

.lnktxt {
    display:block;
    font-size:.75em;
    color:#999;
    margin-top: 0px;
}

.hr-dash {
    border: none;    
    margin: 20px 0;
    border-top: 1px dashed #ddd;
}

.dashed {
    border-bottom: 1px dashed #ddd;
    
}

.vertical-dash{
    display:none;
}

.small {
    line-height:3em;
    font-size: .9em;
    color:#666;
}

.bold-text {
    font-weight: bold;
}

.soft-shadow {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.spcr {
    margin-top:40px;
}

.spcr2 {
    margin-top:20px;
}

.white{
    color:#fff;
}

.container {
 
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0px;
    z-index: 1;
}

.center-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 0px;
    z-index: 1;
}

.container-trim {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 0px;
    z-index: 1;
}

.container-slim {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0px 0px 0px;
    z-index: 1;
}

ul,
ol {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
}
ol {
  list-style-type: decimal;
}
li {
  display: list-item;
  text-align: match-parent;
}
::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
}



.hero {
    position:relative;
    background-color: #ff4f4f;
    
}

.hero-container {
    position: relative;
    width: 100%;
    height: 100vh;
    max-width: 2000px;
    margin: 0 auto;
    max-height: 768px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
}

.header-life{
    max-height: 768px;
    background-image: url('../images/life.png');
}

.header-profile{
    max-height: 540px;
    background-image: url('../images/colorful.png');
}

.header-about{
    max-height: 540px;
    background-image: url('../images/about-bg.png');
}

.header-disclaimer{
    max-height: 540px;
    background-image: url('../images/disclaimer-bg.png');
}

.header-origin{
    max-height: 540px;
    background-image: url('../images/origins-bg.png');
}

.header-assessment{
    max-height: 480px;
    background-image: url('../images/assessment-bg.png');
}

.header-relationships{
    max-height: 540px;
    background-image: url('../images/relationships-bg.png');
}

.header-people{
    max-height: 540px;
    background-image: url('../images/people-bg.png');
}

.header-privacy{
    max-height: 540px;
    background-image: url('../images/privacy-bg.png');
}

.header-contact{
    max-height: 540px;
    background-image: url('../images/contact-bg.png');
}

.hero-color-profile {
    position:relative;
    background: linear-gradient(to right, #c23676 0%, #8ab8d6 100%);   
    z-index:3; 
}

.hero-color-origin {
    position:relative;
    background: linear-gradient(to right, #23293d 0%, #591214 100%); 
    z-index:2;    
}

.hero-color-about {
    position:relative;
    background: linear-gradient(to right, #f2be99 0%, #e54c77 100%); 
    z-index:2;    
}

.hero-color-disclaimer {
    position:relative;
    background: linear-gradient(to right, #eff5f7 0%, #eff5f7 100%); 
    z-index:2;    
}

.hero-color-assessment {
    position:relative;
    background: linear-gradient(to right, #f05144 0%, #f8d11c 30%, #b9e26b 50%, #65c5ea 70%, #8d74d1 100%); 
    z-index:3;    
}

.hero-color-relationships {
    position:relative;
    background: linear-gradient(to right, #f3d89b 0%, #efc4be 100%); 
    z-index:3;    
}

.hero-color-people {
    position:relative;
    background: linear-gradient(to right, #e76077 0%, #108dc2 100%); 
    z-index:3;    
}

.hero-color-contact {
    position:relative;
    background: linear-gradient(to right, #fbebcf 0%, #fceccf 100%); 
    z-index:3;    
}

.shift-v{
    position: absolute;
    top: 500px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}

.shift-vb{
    position: absolute;
    top: 540px;
    left:20px;
    width:400px;
    height:320px;
    background-color:#fff;
    z-index: 3;
}

.shift-4{
    max-width:350px;
}

.shifted{
    min-height:280px;
}






.hero-text-image {
    position: absolute;
    bottom: 40px; 
    left: 50%;
    transform: translateX(-50%); 
    max-width: 100%; 
    height: auto;
}



.gradient4{
    width: 100%;
    max-width: 620px;
    height: auto;
    margin: 25px auto;
    position: relative;
    background-color: #ff4f4f;
}


.gradient-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.overlay-image {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1; 
    display: block;
}




.hero-content {
    text-align: center;
    z-index: 5;
    color: white;
}

.hero-content h3 {
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 1.2em;
    margin-bottom: 40px;
}

.hd-lg {
    font-size: 6.5em;
    font-weight: 900;
    margin-bottom: 5px;
    line-height: .75em;
}

.hd-bk {
    background-color: #121252;
    background-color: rgba(18, 18, 82, 0.3);
    color: #fff;
    padding: 15px 30px;
    font-size: 1.5em;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.hlg{
    line-height: 1em;
    margin-bottom: 20px;
    font-size:3em;
}



.intro{
    padding: 0px 40px 40px 40px;
    background-color: #fff;
    position:relative;
}

.intro h1{
    font-size:3em;
    text-align: center;
    padding-bottom:10px;
    color: #ff4f4f;
}

.intro h3{
    font-size:1.3em;
    line-height: 1.6;
    text-align:center;
    padding-bottom:15px;
    color: #00c1a5;
}

.intro p{
    font-size:1.1em;
    line-height: 1.6;
    text-align:center;
}



.assessment {
    background-color: #f8f8f8;
    padding: 20px 30px 20px 30px;
    text-align: center;
}

.assessment p{
    padding-bottom: 35px;
    color: #999;   
}

.tagline {
    max-width: 550px;
    text-align:center;
    margin:auto;
}

.cta-btn {
    background-color: #ff6b6b;
    color: white;
    padding: 15px 30px;
    font-size: 1.5em;
    border-radius: 50px;
    text-decoration: none;
    border:none;
    cursor: pointer; 
}

.cta-btn-sm {
    background-color: #ff6b6b;
    color: white;
    padding: 10px 10px;
    font-size: 1em;
    border-radius: 15px;
    margin:10px;
    text-decoration: none;
    border:none;
    cursor: pointer; 
}

.cta-btn:hover {
    background-color: #ff4f4f;
    color:#fff;
}

.cta-btn-sm:hover {
    background-color: #ff4f4f;
}


.privacy {
    padding: 40px 40px ;
    background: linear-gradient(to bottom, white 0%, #f8f8f8 35%);
}

.trim {
    margin: 0px auto 30px auto;
}

.side-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    margin: 30px auto 30px auto;
    position: relative;
}

.side-left {
    flex: 1;
    padding: 0 30px 0 0;
    position:relative;
}

.side-right {
    flex: 1;
    padding: 0 0 0 30px;
    position:relative;
}

.side-right-center {
    flex: 1;
    padding:15px;
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.side-right-center-h {
    flex: 1;
    padding:15px;
}

.side-right img {
    max-width: 100%; 
    max-height: 100%;
    max-width: 400px;
    max-height: 275px;
    object-fit: contain;
}

.side-container::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-image: linear-gradient(to bottom, transparent 50%, #ccc 50%);
    background-size: 1px 8px;
    transform: translateX(-50%);
}


.side-container ul {
    list-style: none;
    padding: 0px;
}

.side-container li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.icon-container {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    background-color: #fff;
}

.icon-container img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.list-text {
    flex: 1;
    font-size: 1.1em;
    line-height: 1.6;
    color: #333;
}

.list-text strong {
    font-weight: 600;
}

.icon-heading{
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}






.question {
    position:relative;
    background-color: #fff;
    padding: 15px 30px;
    font-size: 1em;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 15px 0 15px 0;
    line-height: 2em;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.question:hover{
    border-left: 10px solid #ff6b6b;
    border-right: 10px solid #ff6b6b;
}

.question_number {
    position:absolute;    
}

.qtitle {
    font-weight: 900;
}

.assessment_questions {
    padding: 20px 20px 0px 20px;
    background-color: #f6f9fc;
}

.questions-container {

    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    font-size: 1em;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 15px auto;
    padding: 30px 30px;
    line-height: 2em;
}

.questions-container h1, .questions-container p {
    margin-bottom: 10px;
}




.checkboxlist.vertical label {
    display: block;
}

.checkboxlist.two-columns label {
    width: 48%;
    display: inline-block;
}

.checkboxlist.three-columns label {
    width: 30%;
    display: inline-block;
}

.checkboxlist label {
    margin-bottom: 5px;    
}



input[type="checkbox"] {
    margin-right: 10px;
}


.custom-checkbox-label {
    display: flex;
    align-items: center;
}

.checkbox-text {
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
}


.dropdown {
    height: 40px;
    width: 600px;
    font-size: 16px;
    margin-bottom:10px;
}


.textfield {
    height: 40px;
    width: 600px;
    font-size: 16px;
    margin-bottom:10px;
}

.input-button-group {
    display: flex;
    justify-content: center; /* Optional: centers the form horizontally */
    align-items: center;
    margin: 20px 0;
}

.textfield_md {
    height: 40px;
    font-size: 16px;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #ccc;
    padding: 0 10px;
    width: 60%;
    box-sizing: border-box;
}

.textfield-button {
    background-color: #ff6b6b;
    color: white;
    padding: 0px 15px;
    font-size: 1.2em;
    border-radius: 0px 10px 10px 0px;
    height: 40px;
    border: none;
    cursor: pointer;
}

.textfield-button:hover{
    background-color: #ff4f4f;
    color:#fff;
}



.textmessage {
    height: 200px;
    width: 600px;
    font-size: 16px;
    margin-bottom:10px;
}

.unanswered {
    background-color: pink;
}

.answered {
    background-color: #c2ecb1;
}

.btn-lnk {
    background-color: #ff6b6b;
    border: none;
    color: white;
    padding: 15px 30px;
    text-align: center;
    margin:0 auto;
    text-decoration: none;
    display: block;
    font-size: 1.5em;
     cursor: pointer; 
    border-radius: 50px;
}

.btn_complete {
    background-color: #ff6b6b;
    border: none;
    color: white;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.5em;
     cursor: pointer; 
    border-radius: 50px;
}

.btn_complete, .btn-lnk:hover {
    background-color: #ff4f4f;
    color:#fff;
}

.form_title {
    background-color: #f6f9fc;
    color: #444;
    padding: 60px 30px 30px 30px;
    text-align: center;
}

.form_title h1 {
    font-size: 3em;
    font-weight: bold;
    color: #999;
 }

 .pnk {
    color:#ff4f4f;
    font-weight: bold;
 }

.modal label {
    display: inline-block;
    margin: 10px 0 10px 0;
}

.modal {
    display: flex;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
}


.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 30px;
    border-radius: 20px;
    width: 80%;
    max-width: 640px;
    text-align: center;
}

.modal-content h2{
    color:#ff4f4f;
}
.modal-content h2.green{
    color: #8fec6a !important;
}
.modal-content h3{
    margin: 30px 0 10px 0;
}

.modal-content p{
    margin: 5px 0 15px 0;
}

.modal2 {
    display: flex;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    justify-content: center;
    align-items: center;
}

.close-button {
    background-color: #ff6b6b;
    color: white;
    padding: 15px 30px;
    font-size: 1.5em;
    border-radius: 50px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    margin-top: 30px;
}

.close-button.green {
    background-color: #8fec6a !important;
}

.close-button:hover,
.close-button:focus {
    background-color: #ff4f4f;
    text-decoration: none;
    cursor: pointer;
}

.close-button.green:hover{
    background-color: #80ff4e !important;
    color: white;
}


#modal-toggle {
    display: none;
}

#modal-toggle:checked + .modal {
    display: none;
}


.assessment_complete {
    background-color: white !important;  
    height: 100vh;                  
    width: 100vw;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}



.results_title {
    color: #444;
    padding: 60px 30px 30px 30px;
    text-align: center;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #ddd 50%, transparent 0%) 80 repeat;
}

.results_title h1 {
    font-size: 2em;
    font-weight: bold;
    color: #222;
 }

.color-data {
    background-color: #fff;
    padding: 0px 40px 0px 40px; 
    margin:0px;
}



.color-container2 {    
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding:20px;
 }



.color-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    margin: 0px auto 0px auto;
    position: relative;
    border-radius: 25px;
    height: 350px;
    padding:20px;
 }


.color-profile-container {
    flex: 1;
    border-radius: 25px;
    padding: 20px;
    color: #fff;
    min-height: 300px;
    position: relative;
}

.color-profile-container h1 {
    padding:0px;
}

.color-profile {
    padding: 10px 40px 10px 40px;   
}

.profile-container{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding:20px 0px;    
}


#colorCircle {
    max-width: 100%;
    height: auto;
    background: none;
}

.clrSection {
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 15px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.clrBlocks{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    max-width: 300px;
    margin: 5px auto 5px auto;
    position: relative; 
}

.clrBlock{
    flex: 1;
    width:50px;
    height:100px;
    background-color: white;
    border-radius: 7px;
    position:relative;
    overflow: hidden;
    border: 1px solid #ffffff;
}

.clrHeight{    
    background-position:100% 10%;
    width:100%;    
    border-radius:0 0 7px 7px;
    position:absolute;
    bottom:0px;
}

.clrBlockPct{
    flex: 1;
    width:50px;
    height:20px;
}

.clrBlockNum{
    height:100%;
    width:50px;  
    text-align:center;  
    margin:auto;
}

.clrBlockSM{
    flex: 1;
    width:50px;
    height:10px;
}

.clrBlockSMC{   
    height:100%;
    width:20px;    
    border-radius:5px;
    margin:auto;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.color-spectrum-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #222 !important;
    border-radius: 15px;
    height:100%;
    margin:auto;
    background-image: url("../images/color-grid.png");
    background-repeat: repeat;
}



.section {
    background-color: #fff;
    padding: 10px 40px 10px 40px; 
}

.profile-section{
    padding: 10px 40px 10px 40px;
    background-color: #f8f8f8; 
}

.profile-section h1{
    font-size: 1.8em;
}

.profile{
    border-radius: 25px;
    padding: 40px;
    color: #222;
    background-color: #fff;
    border-radius: 25px;
    line-height: 1.5em;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;      
}

.profile h3{
    margin: 20px 0px;
}

.profile h2{
    margin-bottom: 30px;
}

.profile p{
    margin-bottom:20px;
}

button {
    border:none;
}

.profile-tabs{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.tabs {
    overflow: hidden;
    background-color: transparent;
    display: flex;
    justify-content: left;
    padding: 0 20px; 
    border: none;
}

.tabs button {
    color:#fff;
    background-color: #1497EB;
    float: left;    
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    padding: 10px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: 0.3s;
    font-size: 17px;
    position: relative;
    top: 2px;
    z-index: 1;
}

.tabs button:hover {
    background-color: #bbb;
}

.tabs button.active {
    color: #222;
    background-color: white;  
    border-radius: 15px 15px 0 0;
    margin-bottom: 0px;
    top: 1px;
    z-index: 10;
    position: relative;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.tabcontent {
    display: none;
    padding: 40px 20px;    
    border-radius: 15px;    
    background-color: white;
    position: relative;
    top: -1px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.assessment-options{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items:stretch;
    padding-top: 30px;
}

.assessment h1{
    font-size: 2.5em;
    line-height: 1em;
    margin-bottom: 20px;
}

.assessment-option1, 
.assessment-option2 {
    flex: 1;
    display: flex;    
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.assessment-option1 p, 
.assessment-option2 p {
    margin-bottom: auto;
    font-size: 1.1em;
    line-height: 1.6;
    color:#454243;
}

.assessment-option1 .cta-btn,
.assessment-option2 .cta-btn {
    align-self: center;
}


.heading-with-box {
  font-size: 24px;
  font-family: Arial, sans-serif;
}

.highlight-box {  
  color: #fff; 
  padding: 4px 8px;
  border-radius: 10px;
  display: inline-block;
}


#menu-icon {
    width: 40px;
    height: auto;
    cursor: pointer;
    position: fixed; 
    top: 25px; 
    left: 25px;
    z-index: 1001;
}


.menu-background {
    content: '';
    position: fixed;
    top: 23px; 
    left: 23px;   
    width: 44px;
    height: 44px; 
    background-color: #FF6B6B; 
    z-index: 2; 
    border-radius: 7px;
}

#menu {
    position: fixed;
    top: 20px;
    left: 0;
    width: 300px;
    height: 400px;
    background-color: #fff;
    border-radius: 0 15px 15px 0;
    box-shadow: 8px 8px 8px rgba(0,0,0,0.1);
    padding: 10px 0;
    transform: translateX(-320px);
    transition: transform 0.3s ease-in-out;
    z-index: 1001;
}

.hidden {
    transform: translateX(-320px);
}

#menu:not(.hidden) {
    transform: translateX(0);
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 25px 10px 30px;
}

.menu-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.menu-close {
    position: absolute;
    top: 18px;
    right: 25px;
    cursor: pointer;
    fill: #333;
    width: 20px;
    height: auto;
    display: inline-block;
}

#menu ul {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    margin: 0;
}

#menu li {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 5px;
    border-radius: 0 10px 10px 0;

}

#menu li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    display: block;
    padding: 10px;
    flex: 1;
    font-weight: bold;
}

#menu li:hover a {
    color: #fff !important;
}

#menu li.redli:hover {
    background-color: #DD3B22;
}

#menu li.yellowli:hover {
    background-color: #FFC700;
}

#menu li.greenli:hover {
    background-color: #00c1a5;
}

#menu li.blueli:hover {
    background-color: #00bcf2;
}

#menu li.purpleli:hover {
    background-color: #a377d1;
}

#menu li.pinkli:hover {
    background-color: #FF6B6B;
}

#menu li.deeppinkli:hover {
    background-color: #e6377b;
}

.current {
    font-weight: bold;
    color: #fff !important;
}

.current a {
    color: #fff !important;
}

#menu li .color-rectangle {
    width: 10px;           
    height: 42px;          
    margin-left: -15px;    
    margin-right: 10px;    
    flex-shrink: 0;       
}

.redMenuItem {
    background-color: #ff6b6b;
}

.yellowMenuItem {
    background-color: #FFC700;
}

.greenMenuItem {
    background-color: #00c1a5;
}

.blueMenuItem {
    background-color: #00bcf2;
}

.purpleMenuItem {
    background-color: #a377d1;
}

.pinkMenuItem {
    background-color:#FF6B6B;
}

.deepPinkMenuItem {
    background-color: #e6377b;
}

.dodont {
    min-height:120px;
}


.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 1.0);
    color:#000;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    border: 2px solid #ccc;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    display: none;
    white-space: nowrap;
}

.tooltip:hover::after {
    display: block;
}

.collapsible {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
 }


.collapsible.open {
  max-height: 4000px;
}


.toggle-btn {
    background-color: #ff6b6b;
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 4px 20px;
    font-size: 1rem;
    cursor: pointer;
}

.policy {
    line-height:2em;
}
.policy p{
    margin-top:10px;
}
.policy h1{
    font-size: 1.9em;
}

.policy h3{
    font-size: 1.3em;
}



#human_checkbox {
    display: none;
}

.ul {
    padding-left: 20px;
    list-style-type: disc;
}
.ul li {
    margin-bottom: 10px;
}

.ulclean{
   padding-left: 10px; 
   list-style-type: none;
}

.site-footer {
    position: relative;
    background-color: #222;
    color: #aaa;
    padding: 40px 20px 40px 20px;
    text-align: center;
    font-size: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}

.footer-links a {
  position: relative;
  color: #aaa;
  text-decoration: none;
  padding: 5px 14px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Add pipes only to .piped links */
.footer-links a.piped::after, .footer-links a.nopipe::after {
  content: "|";
  color: #555;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.footer-feedback {
  position: absolute;
  top: -20px;
  right: 20px;
}

.feedback-circle {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #444;
  padding: 0 14px 0 10px;
  height: 50px;
  border-radius: 25px;
  text-decoration: none;
  color: #aaa;
  transition: background-color 0.3s ease, transform 0.2s ease, width 0.3s ease;
  overflow: hidden;
  width: 50px;
  min-width: 50px; 
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.feedback-circle:hover {
  background-color: #ff6b6b;
  transform: scale(1.05);
  width: 180px; 
}

.feedback-circle img {
  width: 24px;
  height: 24px;
  filter: brightness(1.2);
  flex-shrink: 0;
  margin-left: 10px;
}

.feedback-label {
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  font-size: 14px;
}

.feedback-circle:hover .feedback-label {
  opacity: 1;
  color:#fff !important;
}

.pcodetext {
    font-size: 1.2em;
}

.newsletter{
    position:absolute;
    top: -15px;
    left:60px;
    width:50px;
    height:auto;
}

#share-btn {
    background-color: #ff6b6b;
    color: white;
    padding: 10px 16px;
    font-size: 1em;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 1rem auto;
}

#share-btn:hover {
    background-color: #ff4f4f;
}

.share-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    position: relative;
    top: 0px;
}

.success-message {
    color: #2d7a2d;
    margin-top: 10px;
}

.error-message {
    color: #b33a3a;
    margin-top: 10px;
}





/* Responsive Design */
@media (max-width: 768px) {

    .newsletter{
        position:absolute;
        top: 52px;
        left:-15px;
        width:40px;
        height:auto;
    }

    .feedback-label {
        display:none;
    }

    .feedback-circle:hover {
        
        transform: none;
        width: 24px; 
    }

    .footer-links a {
        padding: 5px 2px;
    }

    .main-links a.nopipe::after,
    .other-links a.nopipe::after {
        content: none;
    }

    .main-links a,
    .other-links a {
        flex: 1 1 30%;
        max-width: 33.33%;
    }

    .hero-color-assessment {
        position:relative;
        background: linear-gradient(to right, #f8d11c 0%, #b9e26b 50%, #65c5ea 100%); 
        z-index:3;    
    }

    .header-life{
        max-height: 685px;
    }

    .hero-text-image {
        bottom: 50px;
        width: 90%;
    }

    .hero-content p {
        margin: 0px 40px 0px 40px;
    }

    .hd-lg {
        font-size: 4em;
    }

    .cta-btn {
        font-size: 1.2em;
        padding: 10px 20px;
    }

    .questions-container {
        flex-direction: column;
    }

    .side-container {
        flex-direction: column;
        gap:0px;
    }

    .side-container::before {
        display: none;
    }



    .side-right, .side-left{
        padding: 0px 0px 0px 0px;
        margin:0px;
    }

    .side-right-center {
        padding:30px 0 0 0;
    }

    .side-break{
        border-top: 1px dashed #ddd;
        padding-top:30px;
    }

    .skill {
        flex: 1 1 calc(50% - 40px);
    }

    .color-container {
        flex-direction: column;  
        align-items: center;     
        height:auto;  
    }
    
    .color-profile-container,
    .color-spectrum-container {
        width: 100%;
         font-size:.95em;
    }

    .clrSection{
        padding: 10px;   
    }

    .profile-container{
        flex-direction: column;
    }

    .profile {
        width: 100%;
    }

    .checkboxlist.three-columns label {
        width: 48%;
        display: inline-block;
    }    

    .checkboxlist.two-columns label {
        width: 100%;
        display: block;
    } 

    .dropdown {
        width: 100%;
        margin-left: 0;    
    }
    
    .textfield {
        width: 100%;
    }

    .textmessage {
        width: 100%;
    }

    .assessment-options{
        flex-direction: column;  
    }

    .tabs button.active {
        border-radius: 15px;
        margin-bottom: 10px;         
    }

    .tabs {
        overflow: visible;
    }

    .pcode {
        gap: 4px;
    }

    .vertical-dash{
        margin:30px 0px 20px 0px;
        display:block;
        border-top: 1px dashed #ddd; 
        border-image: repeating-linear-gradient(to right, #ddd 0, #ddd 8px, transparent 8px, transparent 20px) 1;
    }

    .cta-btn-sm {        
        padding: 10px 10px;
        font-size: 1em;
        margin:10px;        
    }
   
    .pcodetext {
        font-size: .9em;       
    }
}

@media (max-width: 480px) {
    .hero-content h3 {
        font-size: 1em;
    }

    .cta-btn {
        font-size: 1em;
        padding: 10px 15px;
    }

    .skill {
        flex: 1 1 100%;
    }

    /* .hlg{
        line-height: .7em;
        margin-bottom: 20px;
        font-size:2em;
    } */
}
